home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 1 / BBS in a box - Trilogy I.iso / Files / Publish / E-G / egrep-1.5 / grep-src / common.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-08-28  |  88 b   |  8 lines  |  [TEXT/KAHL]

  1. #pragma once
  2.  
  3. #include <Types.h>
  4.  
  5. void AbEnd(Str255 p);
  6. void emitdata(char *pat, ...);
  7.  
  8.